home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q99 / 3 / 63.TXT next >
Text File  |  1993-09-28  |  3KB  |  65 lines

  1. DOCUMENT:Q99363  24-SEP-1993  [W_NT]
  2. TITLE   :Increasing Memory for MS-DOS-Based Applications
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. --------------------------------------------------------------------
  13.  
  14. Summary:
  15.  
  16. You can increase available conventional memory (largest executable
  17. program size) for your MS-DOS-based applications by modifying their
  18. default AUTOEXEC files and removing the lines that load DOSX and RDR,
  19. the MS-DOS extender and network redirector drivers. However, this is
  20. not recommended, as it disables support for many functions, including:
  21. EMS memory; DPMI services; named pipes; NetBIOS; LAN Manager APIs; and
  22. the DLC protocol. If you have an MS-DOS-based application that
  23. requires none of these services, and you need extra memory, do the
  24. following:
  25.  
  26. 1. In the System32 subdirectory, make a copy of the AUTOEXEC.NT file.
  27.  
  28. 2. In the new AUTOEXEC file, insert REM commands before the lines
  29.    loading DOSX and RDR.
  30.  
  31. 3. Start PIF Editor and create a PIF for your MS-DOS-based
  32.    application.
  33.  
  34. 4. From the main PIF Editor window, choose Windows NT.
  35.  
  36. 5. In the Autoexec Filename field, enter the name of your new AUTOEXEC
  37.    file.
  38.  
  39. 6. Save the PIF and exit PIF Editor.
  40.  
  41. Note: If you want to start your program from a Windows NT command
  42. prompt, make sure you run it before any other MS-DOS-based programs.
  43. If you start other MS-DOS-based applications from the same command
  44. prompt prior to running the one that needs the extra conventional
  45. memory, the PIF you created will not be used.
  46.  
  47. Additional reference words: 3.10
  48. KBCategory:
  49. KBSubCategory: MDOS 
  50.  
  51. =============================================================================
  52.  
  53. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  54. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  55. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  56. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  57. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  58. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  59. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  60. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  61. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  62. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  63. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  64.  
  65. Copyright Microsoft Corporation 1993.